#127 - Remove LHS navigation from Holoscan integration tutorial#201
Conversation
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Ramya Gurunathan <rgurunathan@nvidia.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: Ramya Gurunathan <rgurunathan@nvidia.com>
|
| Filename | Overview |
|---|---|
| docs/tutorials/daqiri-holoscan-integration.md | Adds hide: [navigation] frontmatter to match all three sibling tutorial pages — correct fix for the LHS nav inconsistency. |
| .claude/rules/docs-sync.md | Adds a new frontmatter-consistency note under "Landing page and navigation" and a corresponding quick-reference table row — no existing rules altered. |
Reviews (1): Last reviewed commit: "#127 - Add tutorial frontmatter consiste..." | Re-trigger Greptile
Summary
The DAQIRI + Holoscan Integration tutorial was the only tutorial page rendering a left-hand navigation menu. All sibling tutorial pages (
system_configuration.md,configuration-walkthrough.md,bare-metal-cmake-build.md) usehide: [navigation]frontmatter. This adds the same frontmatter todaqiri-holoscan-integration.mdso the LHS menu is gone and the section behaves uniformly.Also adds a check for this class of drift to the docs-sync rule (
.claude/rules/docs-sync.md), under "Landing page and navigation" and the mapping quick reference, since it fell outside the rule's existing scope.Refs #127
Test plan
mkdocs serve— the Holoscan tutorial page no longer shows the LHS navigation menu and matches the other tutorial pages. Build is clean.🤖 Generated with Claude Code